home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 8 / The Arsenal Files Collection #8 (Arsenal Computer) (1996).ISO / prg_casm / pcl4c60.zip / MODEM_IO.H < prev    next >
Text File  |  1995-05-26  |  226b  |  11 lines

  1. /* modem_io.h */
  2.  
  3. int  ModemSendTo(int,int,char *);
  4. char ModemWaitFor(int,int,int,char *);
  5. int  ModemQuiet(int,int);
  6. void ModemHangup(int);
  7. void ModemCmdState(int);
  8. void ModemEcho(int,int);
  9. void ModemDebug(void);
  10.  
  11.